home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000
/
Ham Radio 2000.iso
/
ham2000
/
satellit
/
pbq
/
dirlist.h
next >
Wrap
Text File
|
1991-02-20
|
338b
|
17 lines
/* Directory entry structure used by PG0206n by G0/K8KA */
/* reverse-engineered by KB5MU */
typedef struct
{
unsigned long fileno;
unsigned long filesize;
char title[40];
char from[20];
char to[20];
char keywords[20];
unsigned long time;
unsigned char downloads;
unsigned char flag;
}
dir_entry;